home *** CD-ROM | disk | FTP | other *** search
/ Model Wife / The Best of New Machine Publishing 4 - Disc 2: Model Wife.iso / pc / sampler / dm13.dxr / 00511.ls < prev    next >
Encoding:
Text File  |  1995-09-05  |  497 b   |  19 lines

  1. on exitFrame
  2.   global t, PAN, CORPSE, stop
  3.   puppetSound(0)
  4.   set the visible of sprite 2 to 0
  5.   set the visible of sprite 3 to 0
  6.   set the visible of sprite 4 to 0
  7.   set the puppet of sprite 20 to 0
  8.   set the puppet of sprite 19 to 1
  9.   set the visible of sprite 19 to 1
  10.   set the castNum of sprite 19 to t
  11.   set the movieTime of sprite 19 to 0
  12.   set the movieRate of sprite 19 to 1
  13.   set the volume of sprite 19 to 210
  14.   set PAN to 9
  15.   if stop = (2884 + 12) then
  16.     set CORPSE to 1
  17.   end if
  18. end
  19.